Labels:text | screenshot | font | number | document OCR: Property Description FreeOnTerminate Specifies whether the VCL automatically destroys the thread upon termination. Default is False. Handle The thread handle. Priority Lets you set/get the thread's relative priority. OnTerminate An event property for the event handler that is exe- cuted when the thread terminates. ReturnValue The value returned by a thread. Suspended A Boolean variable that lets you set/get the thread's suspended state, Terminated A read-only Boolean that indicates if the thread should terminate. ThreadID The thread's ID. Figure 1: TThread class properties.